shortcut_name_<n>=<string>

If an item of this form is present then a Desktop shortcut will be created to the file specified by <string>. The default shortcut title (as seen on the Desktop) will be the same as the shortcut_name (change with shortcut_title_<n>).

Note: If <n> is larger than the defined shortcut_limit this item will be silently ignored.

Note: <string> should not contain subdirectories (use shortcut_path_<n> instead).

Example:-

shortcut_limit=2
shortcut_name_1=my.exe
shortcut_name_2=my2.exe
shortcut_path_2=subdir1\subdir1a
shortcut_title_2=My Second Executable